home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_perl.idb / usr / freeware / catman / p_man / cat3 / ExtUtils::Command.Z / ExtUtils::Command
Encoding:
Text File  |  1998-10-28  |  3.2 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      EEEExxxxttttUUUUttttiiiillllssss::::::::CCCCoooommmmmmmmaaaannnndddd((((222233333333))))////JJJJuuuullll////99998888    ((((ppppeeeerrrrllll 5555....000000005555,,,, ppppaaaattttcccchhhhEEEE0000xxxx2222tttt))))UUUUttttiiiillllssss::::::::CCCCoooommmmmmmmaaaannnndddd((((3333))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       ExtUtils::Command - utilities    to replace common UNIX
  10.       commands in Makefiles    etc.
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.         perl -MExtUtils::Command -e    cat files... > destination
  14.         perl -MExtUtils::Command -e    mv source... destination
  15.         perl -MExtUtils::Command -e    cp source... destination
  16.         perl -MExtUtils::Command -e    touch files...
  17.         perl -MExtUtils::Command -e    rm_f file...
  18.         perl -MExtUtils::Command -e    rm_rf directories...
  19.         perl -MExtUtils::Command -e    mkpath directories...
  20.         perl -MExtUtils::Command -e    eqtime source destination
  21.         perl -MExtUtils::Command -e    chmod mode files...
  22.         perl -MExtUtils::Command -e    test_f file
  23.  
  24.  
  25.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  26.       The module is    used in    Win32 port to replace common UNIX
  27.       commands.  Most commands are wrapers on generic modules
  28.       File::Path and File::Basename.
  29.  
  30.       cat Concatenates all files mentioned on command line to
  31.           STDOUT.
  32.  
  33.       eqtime src dst
  34.           Sets modified time of dst    to that    of src
  35.  
  36.       rm_f files....
  37.           Removes directories - recursively    (even if readonly)
  38.  
  39.       rm_f files....
  40.           Removes files (even if readonly)
  41.  
  42.       touch    files ...
  43.           Makes files exist, with current timestamp
  44.  
  45.       mv source... destination
  46.           Moves source to destination.  Multiple sources are
  47.           allowed if destination is    an existing directory.
  48.  
  49.       cp source... destination
  50.           Copies source to destination.  Multiple sources are
  51.           allowed if destination is    an existing directory.
  52.  
  53.       chmod    mode files...
  54.           Sets UNIX    like permissions 'mode'    on all the files.
  55.  
  56.       mkpath directory...
  57.           Creates directory, including any parent directories.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 10/23/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      EEEExxxxttttUUUUttttiiiillllssss::::::::CCCCoooommmmmmmmaaaannnndddd((((222233333333))))////JJJJuuuullll////99998888    ((((ppppeeeerrrrllll 5555....000000005555,,,, ppppaaaattttcccchhhhEEEE0000xxxx2222tttt))))UUUUttttiiiillllssss::::::::CCCCoooommmmmmmmaaaannnndddd((((3333))))
  71.  
  72.  
  73.  
  74.       test_f file
  75.           Tests if a file exists
  76.  
  77.      BBBBUUUUGGGGSSSS
  78.       Should probably be Auto/Self loaded.
  79.  
  80.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  81.       ExtUtils::MakeMaker, ExtUtils::MM_Unix, ExtUtils::MM_Win32
  82.  
  83.      AAAAUUUUTTTTHHHHOOOORRRR
  84.       Nick Ing-Simmons <_n_i_c_k@_n_i-_s._u-_n_e_t._c_o_m>.
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                        (printed 10/23/98)
  130.  
  131.  
  132.  
  133.